Bug 731013 - cross-compilation broken when building extract-strings
authorJehan <jehan@girinstud.io>
Wed, 13 Aug 2014 05:08:08 +0000 (05:08 +0000)
committerJehan <jehan@girinstud.io>
Wed, 13 Aug 2014 21:03:51 +0000 (21:03 +0000)
commit651d9e90e715ba0f4e246d03102cfb5353c19dc6
tree36fa26d91ee43db1af4d37808b0e693cf58b3f2c
parent40b50083ee29b3a72882cd0d8a746dc1a091b4a9
Bug 731013 - cross-compilation broken when building extract-strings

It is actually a bad idea to use noinst_PROGRAMS for build tools,
because it adds a $(EXEEXT). It is best to override the all target
with all-local to trigger the tool build.
gtk/Makefile.am
gtk/inspector/Makefile.am
util/Makefile.am